runtime.p.scannedStackSize (field)
4 uses
runtime (current package)
mgcmark.go#L873: p.scannedStackSize += uint64(scannedSize)
runtime2.go#L744: scannedStackSize uint64 // stack size of goroutines scanned by this P
stack.go#L1335: scannedStackSize += p.scannedStackSize
stack.go#L1338: p.scannedStackSize = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)